-
Notifications
You must be signed in to change notification settings - Fork 39
Pydantic v2 support #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
MarcoMuellner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thank you for the contribution! I like this! Can you make sure that the test workflow still runs and that the tests are adapted accordingly?
I also think the python version doesn't necessarily need to be locked to 3.11.
pyproject.toml
Outdated
|
|
||
| [tool.poetry.dependencies] | ||
| python = "^3.7" | ||
| python = ">=3.11,<3.12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^3.9 should be fine here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello. I thought this repository was dead, so I did everything for my project. If I have time I will fix it
|
Any update on this? I have a project that uses Pydantic v2 and I would love to use this in my project. Thanks! |
|
Implemented by #76 |
No description provided.